GUI Help > Special > changeItem

changeItem
changeItem handle gadget, int index, str newText

Description:
Changes the text of an item in a combobox or listbox.

Return Value:


Parameters:
gadget Handle to a listbox or combobox gadget.
index Index of the item whoose text you wish to change. The first item has an index of 0.
newText The new text for the specified item.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)